home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / kpsecure / install.exe / KPCHNGPS.DFM / KPCHNGPS.txt
Encoding:
Text File  |  1996-05-20  |  2.0 KB  |  110 lines

  1. object ChangePasswordDLG: TChangePasswordDLG
  2.   Left = 194
  3.   Top = 102
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change Password Dialog Box:'
  7.   ClientHeight = 143
  8.   ClientWidth = 309
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = SetupScreen
  16.   TextHeight = 13
  17.   object lblPrev: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 146
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     Caption = 'Enter &Previous Password:'
  24.     FocusControl = edtPrev
  25.   end
  26.   object lblNew: TLabel
  27.     Left = 40
  28.     Top = 48
  29.     Width = 122
  30.     Height = 13
  31.     Alignment = taRightJustify
  32.     Caption = 'Enter &New Password:'
  33.     Enabled = False
  34.     FocusControl = edtNew
  35.   end
  36.   object lblConfirm: TLabel
  37.     Left = 28
  38.     Top = 72
  39.     Width = 134
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = '&Confirm New Password:'
  43.     Enabled = False
  44.     FocusControl = edtConfirm
  45.   end
  46.   object btnOK: TBitBtn
  47.     Left = 36
  48.     Top = 108
  49.     Width = 77
  50.     Height = 27
  51.     TabOrder = 3
  52.     OnClick = CheckPassword
  53.     Kind = bkOK
  54.     Margin = 2
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58.   object btnCancel: TBitBtn
  59.     Left = 116
  60.     Top = 108
  61.     Width = 77
  62.     Height = 27
  63.     TabOrder = 4
  64.     Kind = bkCancel
  65.     Margin = 2
  66.     Spacing = -1
  67.     IsControl = True
  68.   end
  69.   object btnHelp: TBitBtn
  70.     Left = 196
  71.     Top = 108
  72.     Width = 77
  73.     Height = 27
  74.     Caption = 'Help'
  75.     TabOrder = 5
  76.     OnClick = ShowHelp
  77.     Kind = bkHelp
  78.     Margin = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object edtPrev: TEdit
  83.     Left = 168
  84.     Top = 12
  85.     Width = 121
  86.     Height = 21
  87.     PasswordChar = '*'
  88.     TabOrder = 0
  89.     OnChange = DisableNew
  90.     OnEnter = DisableNew
  91.     OnExit = CheckPrev
  92.   end
  93.   object edtNew: TEdit
  94.     Left = 168
  95.     Top = 44
  96.     Width = 121
  97.     Height = 21
  98.     PasswordChar = '*'
  99.     TabOrder = 1
  100.   end
  101.   object edtConfirm: TEdit
  102.     Left = 168
  103.     Top = 68
  104.     Width = 121
  105.     Height = 21
  106.     PasswordChar = '*'
  107.     TabOrder = 2
  108.   end
  109. end
  110.